Allow your users to search through your data based on the attributes you define here.
Primary Text
, Secondary Text
and Tertiary Text
values you added in the previous step to your searchable attributes. Here, you may delete or add attributes as you see fit.
In the above movie example, the customer can search the movies by title
, overview
(movie description), or genres
. If your movie dataset had other attributes like cast.actors
or cast.directors
, you would not be able to search through these attributes. So, if you wanted to look for Nicolas Cage
or Tim Burton
, it would not return results unless those names are within the title
, overview
or genres
attributes.